home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms / rbcom346.zip / README < prev    next >
Text File  |  1995-01-29  |  3KB  |  63 lines

  1. Changes since v3.45
  2.  
  3. Bugfixes:
  4.     The distribution version of RBCONFIG in 3.45 triggered a
  5.     code-generation bug in Turbo C 2.0 which would trash much of the
  6.     dialing directory when moving an entry.  This has been worked
  7.     around.  (technical details: the bug involves doing far pointer
  8.     arithmetic multiple times on the same pointer when passing
  9.     function arguments in small-data models if the size of the far
  10.     pointer's data type is a power of two, and only when generating
  11.     8086 code, not 80186; the result is that the segment of one of
  12.     the function's arguments gets trashed.)  I did not discover the
  13.     bug before release because I had been compiling with 80186 code
  14.     until building the final release version.
  15.  
  16.  
  17. ------------------------------------------------------------
  18.  
  19. Changes since v3.41
  20.  
  21. Bugfixes:
  22.     OPEN_LOG inside a MULTI now works properly.
  23.  
  24.     BREAK inside a MULTI will now work for all re-compiled macro files
  25.  
  26.     Selecting [W]rite from the scrollback screen will no longer present
  27.     the dialing directory file as the default destination
  28.  
  29.     When dialing a list of numbers, the correct item is deleted from the
  30.     list on a successful connect (previously, the *following* item was
  31.     deleted)
  32.  
  33. Enhancements:
  34.     more efficient screen updates under DESQview will allow RBcomm to
  35.       handle higher speeds on incoming data before invoking flow control
  36.       (at the cost of increased jerkiness when it is spending most of
  37.       the available CPU time handling incoming characters)
  38.  
  39.     by request: increased number of COM port definitions in the
  40.       configuration from four to eight
  41.  
  42.     by request: WHENI command which is identical to WHEN except that it
  43.       ignores the case of the characters in the string to be matched.
  44.  
  45.     new command: EVERY
  46.       similar to DELAYED, but repeats execution indefinitely
  47.  
  48.     the receive buffer size is now adjustable.  A larger buffer may
  49.       give better performance at high speeds, while a smaller buffer
  50.       will save memory.
  51.  
  52. Known problems:
  53.     You may need to run RBcomm via LOADFIX if your DOS's low-memory use
  54.       is sufficiently small.  This will be corrected in the next release,
  55.       but I didn't have time to make the necessary internal changes
  56.       which will completely avoid the problem.
  57.  
  58.     I've been experiencing occasional lockups when returning to RBcomm
  59.       from a file transfer.  This started in RBcomm 3.41 when I upgraded
  60.       QEMM from 7.04 to 7.50 and appears to be related to a known hardware
  61.       bug in my Pentium's "Neptune" chipset's 16550 emulation.
  62.       Unfortunately, nothing I've tried has completely fixed the trouble.
  63.